var github.com/go-pg/pg/v10/types.sliceInt64Type

2 uses

	github.com/go-pg/pg/v10/types (current package)
		array_append.go#L17: 	sliceInt64Type = reflect.TypeOf([]int64(nil))
		array_append.go#L173: 	ints := v.Convert(sliceInt64Type).Interface().([]int64)